PATHMac OS 8 and 9 Developer Documentation > Interapplication Communication > AppleScript for Scripters >

AppleScript Language Guide

   

Boolean Constants

AppleScript supplies the Boolean constants true and false , shown in Table A-2, to evaluate the results of Boolean operations, such as Greater Than, Less Than, and Is Equal To. For additional information, see Boolean.

set mustFileReturn to (myIncome > 0)
if mustFileReturn is equal to true then
    -- Statements to file return.
end if

© 1999 Apple Computer, Inc. – (Last Updated 21 May 99)